type runtime.gcCPULimiterState
14 uses
runtime (current package)
mgclimit.go#L30: var gcCPULimiter gcCPULimiterState
mgclimit.go#L32: type gcCPULimiterState struct {
mgclimit.go#L90: func (l *gcCPULimiterState) limiting() bool {
mgclimit.go#L100: func (l *gcCPULimiterState) startGCTransition(enableGC bool, now int64) {
mgclimit.go#L122: func (l *gcCPULimiterState) finishGCTransition(now int64) {
mgclimit.go#L144: func (l *gcCPULimiterState) needUpdate(now int64) bool {
mgclimit.go#L150: func (l *gcCPULimiterState) addAssistTime(t int64) {
mgclimit.go#L156: func (l *gcCPULimiterState) addIdleTime(t int64) {
mgclimit.go#L164: func (l *gcCPULimiterState) update(now int64) {
mgclimit.go#L179: func (l *gcCPULimiterState) updateLocked(now int64) {
mgclimit.go#L266: func (l *gcCPULimiterState) accumulate(mutatorTime, gcTime int64) {
mgclimit.go#L302: func (l *gcCPULimiterState) tryLock() bool {
mgclimit.go#L307: func (l *gcCPULimiterState) unlock() {
mgclimit.go#L321: func (l *gcCPULimiterState) resetCapacity(now int64, nprocs int32) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |